Continuation of previous change.
authorXue Fuqiao <xfq@gnu.org>
Fri, 28 Feb 2014 10:31:26 +0000 (18:31 +0800)
committerXue Fuqiao <xfq@gnu.org>
Fri, 28 Feb 2014 10:31:26 +0000 (18:31 +0800)
* doc/lispref/functions.texi (Advising Named Functions): Tweak markup.

doc/lispref/ChangeLog
doc/lispref/functions.texi

index f6457cd3ce8655328cf6ef3df90c533cc58d68f6..d33cecd415b5fb45818de6313da6b5f56575db5f 100644 (file)
@@ -1,6 +1,7 @@
 2014-02-28  Xue Fuqiao  <xfq@gnu.org>
 
-       * functions.texi (Advising Functions): Tweak markup.
+       * functions.texi (Advising Functions):
+       (Advising Named Functions): Tweak markup.
 
        * display.texi (Defining Faces): Doc fix for `face-spec-set'.
 
index cd7131564ea29cd0fc65cbead4709290c44909d4..b85ed6e715c34b32e56602828543ef9e637bfab8 100644 (file)
@@ -1344,9 +1344,9 @@ and its properties.
 @subsection Advising Named Functions
 
 A common use of advice is for named functions and macros.
-Since @var{add-function} does not know how to deal with macros and autoloaded
-functions, Emacs provides a separate set of functions to manipulate pieces of
-advice applied to named functions.
+Since @code{add-function} does not know how to deal with macros and
+autoloaded functions, Emacs provides a separate set of functions to
+manipulate pieces of advice applied to named functions.
 
   Advice can be useful for altering the behavior of an existing
 function without having to redefine the whole function.  However, it